home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 104
/
MacAddict_104_2005-04.iso
/
Software
/
Internet & Communication
/
Romeo 0.9.3 freeware.dmg
/
Romeo.app
/
Contents
/
Resources
/
RomeoSuite.scriptTerminology
< prev
next >
Wrap
Extensible Markup Language
|
2004-07-02
|
3KB
|
105 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Classes</key>
<dict>
<key>NSApplication</key>
<dict>
<key>Description</key>
<string>Romeo's top level scripting object.</string>
<key>Name</key>
<string>Romeo Application</string>
<key>PluralName</key>
<string>Romeo Applications</string>
</dict>
</dict>
<key>Commands</key>
<dict>
<key>Connect</key>
<dict>
<key>Description</key>
<string>Initiate a connection to the current phone.</string>
<key>Name</key>
<string>connect</string>
</dict>
<key>Disconnect</key>
<dict>
<key>Description</key>
<string>Disconnect from any currently connected phones.</string>
<key>Name</key>
<string>disconnect</string>
</dict>
<key>Display</key>
<dict>
<key>Arguments</key>
<dict>
<key>text</key>
<dict>
<key>Description</key>
<string>An item of text to display; line breaks are supported.</string>
<key>Name</key>
<string>text</string>
</dict>
</dict>
<key>Description</key>
<string>Display items on the Mac's screen.</string>
<key>Name</key>
<string>display</string>
</dict>
<key>Do</key>
<dict>
<key>Arguments</key>
<dict>
<key>specialaction</key>
<dict>
<key>Description</key>
<string>Perform a special action; see the readme for codes and actions performed.</string>
<key>Name</key>
<string>specialaction</string>
</dict>
</dict>
<key>Description</key>
<string>Perform an action of various types.</string>
<key>Name</key>
<string>do</string>
</dict>
<key>Quits</key>
<dict>
<key>Description</key>
<string>Quits Romeo.</string>
<key>Name</key>
<string>quits</string>
</dict>
<key>Status</key>
<dict>
<key>Description</key>
<string>Gets the current connection status as a human-readable string.</string>
<key>Name</key>
<string>status</string>
</dict>
<key>Test</key>
<dict>
<key>Arguments</key>
<dict>
<key>number</key>
<dict>
<key>Description</key>
<string>The number to test.</string>
<key>Name</key>
<string>number</string>
</dict>
</dict>
<key>Description</key>
<string>Perform a test command.</string>
<key>Name</key>
<string>test</string>
</dict>
</dict>
<key>Description</key>
<string>Commands to provide control of and extend Romeo's functionality.</string>
<key>Name</key>
<string>Romeo Suite</string>
</dict>
</plist>